Autogenerated HTML docs for v1.5.5.1-382-g182f 
diff --git a/git-config.html b/git-config.html index 31c1300..fd92c3f 100644 --- a/git-config.html +++ b/git-config.html 
@@ -1434,8 +1434,10 @@  one of <tt>header</tt> (the header text of the status message),   <tt>added</tt> or <tt>updated</tt> (files which are added but not committed),   <tt>changed</tt> (files which are changed but not added in the index),  - or <tt>untracked</tt> (files which are not tracked by git). The values of  - these variables may be specified as in color.branch.&lt;slot&gt;.  + <tt>untracked</tt> (files which are not tracked by git), or  + <tt>nobranch</tt> (the color the <em>no branch</em> warning is shown in, defaulting  + to red). The values of these variables may be specified as in  + color.branch.&lt;slot&gt;.   </p>   </dd>   <dt>  @@ -1994,6 +1996,17 @@  </p>   </dd>   <dt>  +log.date  +</dt>  +<dd>  +<p>  + Set default date-time mode for the log command. Setting log.date  + value is similar to using git log's --date option. The value is one of  + following alternatives: {relative,local,default,iso,rfc,short}.  + See <a href="git-log.html">git-log(1)</a>.  +</p>  +</dd>  +<dt>   log.showroot   </dt>   <dd>  @@ -2561,7 +2574,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 14-May-2008 22:24:40 UTC  +Last updated 24-May-2008 01:12:05 UTC   </div>   </div>   </body>